[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 21 Fn E7  - Novell Netware - File Server - Get File Server Date And T  [N]

   AH = E7h
   DS:DX -> date/time buffer (see below)

Return: AL = error code
       00h successful
       FFh unsuccessful

Note:  this function is supported by NetWare 4.0+, Advanced NetWare 1.0+,
     Alloy NTNX, and Banyan VINES

See Also: AH=2Ah,AH=2Ch,AX=5FC0h,AH=E3h/SF=CAh

Format of date/time buffer:
Offset Size    Description
 00h   BYTE    year (80-99 = 1980-1999, 0-79 = 2000-2079)
 01h   BYTE    month (1=Jan)
 02h   BYTE    day
 03h   BYTE    hours
 04h   BYTE    minutes
 05h   BYTE    seconds
 06h   BYTE    day of week (0 = Sunday) (Novell and NTNX only)

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson